﻿.btn_nav {
	display: none
}
#header {
	width: 100%;
	height: 118px;
	border-bottom: #008BD2 5px solid;
	background-color: #fff;
	box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);/*  -webkit-box-shadow: 0 1px 1px #E2E2E2;  
  -moz-box-shadow: 0 1px 1px #E2E2E2;  
  box-shadow: 0 1px 1px #E2E2E2;*/}
.topBg {
	width: 100%;
	background: #ededed;
	position: relative;
}
.topCon {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 auto;
}
.topCon span {
	font-size: 13px;
	font-family: Arial, "宋体", "微软雅黑", Helvetica, sans-serif;
}
.topCon span strong {
	color: #F00;
	font-size: 14px;
	padding-right: 30px;
}

.topCon li {
	float: left;
	margin-right: 12px;
	position: relative;
	letter-spacing: 0;
}
.topCon li a {
	background: url(../images/icon_lang.png) no-repeat 0 0;
	background-size: 21px 63px;
	padding-left: 28px;
	line-height: 21px;
	height: 21px;
	display: inline-block;
}
.topCon li a.zh {
	background-position: 0 -42px;
}
.topCon li a.en {
	background-position: 0 -21px;
}
.topCon p {
	float: left;
	width: 50%;
}
.topUl{
	float:right;
	overflow:hidden;
}
.topUl ul{
	float:left;
}
.topUl ul.ul2{
	float:right;
}
.mobileDIV {
}
.navMain {
	width: 1200px;
	margin: 0 auto;
}
.navMain a.logo {
	display: block;
	float: left;
	padding-top: 18px;
}
.navMain a.logo IMG {
	width: 100%;
}
.nav {
	float: right;
}
/* 一级导航 */
.nav ul {
	float: right;
	margin-right: -21px;
}
.nav ul li {
	float: left;
	position: relative;
}
.nav ul li span {
	display: none;
}
.nav ul li a {
	display: block;
	width: auto;
	padding: 0 32px;
	font-size: 18px;
	line-height: 90px;
	text-align: center;
	color: #222;
}
.nav ul li a:hover, .nav ul li a.cur {
	color: #0066CC;
}
/*.nav ul li a.cur:after{ content:""; z-index:999;position:absolute; bottom:16px; left:35px; width:65px; height:2px;background:#2367B5;}*/
.nav ul li a.language {
	padding: 0 0 0 15px!important;
	overflow: hidden;
	font-family: 'Titillium Web', Arial, "微软雅黑";
	font-size: 15px;
	color: #969697;
}
.nav ul li a.language:hover, .nav ul li a.language.hover {
	color: #0099ff;
}
/* 二级导航 */
.nav ul ul {
	position: absolute;
	left: 0;
	top: 90px;
	display: none;
	border-top: #008BD2 5px solid;
	width: 180px;
	z-index: 11;
	padding: 5px 0;
	margin-left: -23px;
	background-color: rgba(255,255,255,0.95);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);/*ie6*/
}
.nav ul ul:before {
	content: "";
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -3px;
	display: block;
	border-color: #008BD2 transparent transparent transparent;
	border-width: 6px;
	border-style: solid;
	width: 0px;
	height: 0px;
}
.nav ul li li {
	float: left;
	width: 100%;
	position: relative;
}
.nav ul li li:last-child a {
	border-bottom: none;
}
.nav ul li li a {
	float: left;
	width: 90%;
	padding: 8px 5%;
	border-bottom: #ccc 1px dashed;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	color: #444;
}
.nav ul li li a:hover {
	color: #0066CC;
}
.nav ul li li:after {
	transition: all ease-out 0.3s;
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
 background:;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	transform: rotate(45deg);
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
}
.nav ul li li:hover:after {
	right: 10px;
	border-right: #008BD2 1px solid;
	border-top: #008BD2 1px solid;
}
/* 三级导航 */
.nav ul li ul li ul {
	position: absolute;
	display: none;
	z-index: 12;
	left: 204px;
	top: 0;
}
.nav ul li ul li:last-child ul {
	display: none;
	height: 0;
	width: 0;
	background: none;
}
.nav ul li ul li ul li a {
}
.nav ul li ul li ul li a:hover {
}
@media screen and (max-width:1024px) {
.topCon {
	width: 100%;
}
.navMain {
	width: 100%;
}
.navMain a.logo{
	max-width:23%;
}
.nav ul{
	margin-right:0 !important;
}
}
@media screen and (max-width:800px) {
	
.pcDIV{
	display:none;
}

.topUl{
	width:100%;
	float:left;
	overflow:hidden;
}
.topUl ul.ul1{
	width:63%;
	float:left;
}
.topUl ul.ul2{

	margin-right:10px;
}

.topCon li:first-child{
	margin-right:16px;
}
.topCon li:last-child{
	margin-right:0 !important;
}
.topCon li.titen{
	margin-right: -3px;
}
.navMain a.logo {
	padding-top: 9px;
	padding-left: 5px;
	max-width: 40%;
}
.btn_nav {
	display: block;
	font-size: 0;
	position: absolute;
	top: 40px;
	right: 10px;
	width: 32px;
	height: 32px;
	    background: rgba(255, 255, 255, 0.95);
}
.btn_nav span:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 6px;
	width: 26px;
	height: 2px;
	background: #008BD2 ;
	transition: all ease-out 0.3s;
}
.btn_nav span:after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 6px;
	width: 26px;
	height: 2px;
	background: #008BD2 ;
	transition: all ease-out 0.3s;
}
.btn_nav span {
	width: 26px;
	height: 2px;
	background: #008BD2 ;
	display: block;
	margin: 15px auto;
}
.btn_nav span.open {
	background: none;
}
.btn_nav span.open:before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
}
.btn_nav span.open:after {
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
}
#header {
	width: 100%;
	height:80px;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999; /*border-bottom:#E9EFF5 1px solid; */
}
.nav {
	overflow-y: scroll;
	position: fixed;
	z-index: 100;
	top: 80px;
	bottom: 0;
	left: auto;
	right: -100%;
	margin: 0;
	width: 100%; /*background:#000;*/
	-webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.nav.on {
	right: 0 !important;/*box-shadow: -1px 0 1px #E9EFF5;*/
	-webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	    background: rgba(0, 0, 0, 0.7);
}
/* 一级导航 */
.nav ul {/*margin-top:51px !important;*/
	margin-right: 0 !important;
	background: rgba(0, 0, 0, 0.6);
}
.nav ul li {
	float: left;
	width: 100% !important;
	margin: 0 !important;
	border-top: 1px solid #e9eff5;
	background: rgba(255, 255, 255, 0.95);
}
/* .nav ul li:first-child	{border-top:1px solid #e9eff5; }*/
.nav ul li span {
	display: block!important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: none;
}
.nav ul li a {
	font-size: 15px;
	text-align: left;
	line-height: 50px; /*text-indent:30px;position:relative;*/
	color: #666;
}
.nav ul li a:after {
	transition: all ease-out 0.1s;
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
 background:;
	top: 50%;
	margin-top: -6px;
	right: 23px;
	transform: rotate(45deg);
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;
}
.nav ul li a.wuji:after {
	transform: rotate(-45deg) !important;
	top: 25px;
	right: 27px;
	border-right: #777 1px solid !important;
	border-bottom: #777 1px solid !important;
	width: 10px;
	height: 10px;
}
.nav ul li a.cur:after {
	transform: rotate(-135deg);
	top: 25px;
	border-right: #008BD2 1px solid;
	border-bottom: #008BD2 1px solid;
}
.nav ul li.on ul li a:after {
	display: none !important;
}
 .nav ul li.on:hover a:after ul li a:after {
display:none
}
.nav ul li ul li a:after {
	display: none !important
}
.nav ul li:hover ul li a:after {
	display: none !important
}
/* 二级导航 */
.nav ul ul {
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	background: #f0f5fa;
	box-shadow: none;
	width: 100%;
	overflow: hidden;
}
.nav ul ul:before {
	display: none !important;
}
.nav ul li li {

	background: #f0f5fa;
}
.nav ul li li:after {
	right: 28px;
}
.nav ul li li a {
	padding: 8px 0;
	text-indent: 10%;
	width: 100%;
	color: #666;
	font-size: 14px !important;
	text-transform: none
}
.nav ul li li:first-child a:hover {
	box-shadow: none
}
/* 三级导航 */
.nav ul li ul li ul li a {
	text-indent: 30px !important;
}
}
@media (min-width: 768px) { 
.navMain a.logo{
	width:23%;
}

 }